home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Ss-Sz / Stop~Tabs™.cpt / STOP-Tabs™ / background_2579.txt < prev    next >
Text File  |  1988-07-11  |  3KB  |  163 lines

  1. -- background: 2579 from stack: in
  2. -- bmap block id: 4217
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   put the short name of this card into field "card name"
  9. end openCard
  10.  
  11. on closeCard
  12.   push this card
  13. end closeCard
  14.  
  15.  
  16. -- part 2 (button)
  17. -- low flags: 00
  18. -- high flags: 2000
  19. -- rect: left=53 top=291 right=323 bottom=85
  20. -- title width / last selected line: 0
  21. -- icon id / first selected line: 1020 / 1020
  22. -- text alignment: 1
  23. -- font id: 0
  24. -- text size: 12
  25. -- style flags: 0
  26. -- line height: 16
  27. -- part name: 
  28. ----- HyperTalk script -----
  29. on mouseUp
  30.   push this card
  31.   put the short name of this card & " help" into target
  32.   go to card target
  33. end mouseUp
  34.  
  35.  
  36.  
  37. -- part 3 (button)
  38. -- low flags: 00
  39. -- high flags: 2000
  40. -- rect: left=465 top=304 right=324 bottom=496
  41. -- title width / last selected line: 0
  42. -- icon id / first selected line: 16560 / 16560
  43. -- text alignment: 1
  44. -- font id: 0
  45. -- text size: 12
  46. -- style flags: 0
  47. -- line height: 16
  48. -- part name: 
  49. ----- HyperTalk script -----
  50. on mouseUp
  51.   go to next card
  52. end mouseUp
  53.  
  54.  
  55.  
  56. -- part 5 (field)
  57. -- low flags: 01
  58. -- high flags: 0002
  59. -- rect: left=187 top=308 right=323 bottom=307
  60. -- title width / last selected line: 0
  61. -- icon id / first selected line: 0 / 0
  62. -- text alignment: 1
  63. -- font id: 3
  64. -- text size: 9
  65. -- style flags: 0
  66. -- line height: 12
  67. -- part name: Card name
  68.  
  69.  
  70. -- part 6 (button)
  71. -- low flags: 00
  72. -- high flags: 2000
  73. -- rect: left=465 top=284 right=304 bottom=496
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 6720 / 6720
  76. -- text alignment: 1
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: 
  82. ----- HyperTalk script -----
  83. on mouseUp
  84.   pop card
  85. end mouseUp
  86.  
  87.  
  88.  
  89. -- part 7 (button)
  90. -- low flags: 00
  91. -- high flags: 2000
  92. -- rect: left=436 top=284 right=304 bottom=465
  93. -- title width / last selected line: 0
  94. -- icon id / first selected line: 24317 / 24317
  95. -- text alignment: 1
  96. -- font id: 0
  97. -- text size: 12
  98. -- style flags: 0
  99. -- line height: 16
  100. -- part name: 
  101. ----- HyperTalk script -----
  102. on mouseUp
  103.   go to first card
  104. end mouseUp
  105.  
  106.  
  107.  
  108. -- part 9 (button)
  109. -- low flags: 00
  110. -- high flags: 2000
  111. -- rect: left=88 top=287 right=322 bottom=123
  112. -- title width / last selected line: 0
  113. -- icon id / first selected line: 1007 / 1007
  114. -- text alignment: 1
  115. -- font id: 0
  116. -- text size: 12
  117. -- style flags: 0
  118. -- line height: 16
  119. -- part name: 
  120. ----- HyperTalk script -----
  121. on mouseUp
  122.   print this card
  123. end mouseUp
  124.  
  125.  
  126.  
  127. -- part 10 (button)
  128. -- low flags: 00
  129. -- high flags: 2000
  130. -- rect: left=437 top=304 right=324 bottom=465
  131. -- title width / last selected line: 0
  132. -- icon id / first selected line: 15420 / 15420
  133. -- text alignment: 1
  134. -- font id: 0
  135. -- text size: 12
  136. -- style flags: 0
  137. -- line height: 16
  138. -- part name: 
  139. ----- HyperTalk script -----
  140. on mouseUp
  141.   go to previous card
  142. end mouseUp
  143.  
  144.  
  145.  
  146. -- part 11 (button)
  147. -- low flags: 00
  148. -- high flags: 2000
  149. -- rect: left=18 top=301 right=322 bottom=48
  150. -- title width / last selected line: 0
  151. -- icon id / first selected line: 21700 / 21700
  152. -- text alignment: 1
  153. -- font id: 0
  154. -- text size: 12
  155. -- style flags: 0
  156. -- line height: 16
  157. -- part name: 
  158. ----- HyperTalk script -----
  159. on mouseUp
  160.   go home
  161. end mouseUp
  162.  
  163.